home *** CD-ROM | disk | FTP | other *** search
- object SetupHotKeyDialog: TSetupHotKeyDialog
- Left = 245
- Top = 108
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Define Hot key:'
- ClientHeight = 137
- ClientWidth = 291
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- OnKeyDown = FormKeyDown
- OnKeyUp = FormKeyUp
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 56
- Top = 72
- Width = 169
- Height = 16
- AutoSize = False
- Color = clWhite
- ParentColor = False
- end
- object Label2: TLabel
- Left = 16
- Top = 16
- Width = 257
- Height = 39
- Caption =
- 'Press down one or more of SHIFT, ALT, CTRL (any combination of t' +
- 'hese) followed by a character (A - Z) , a function key (F1 - F12' +
- ') or '#39'9'#39' for PrintScreen key: '
- WordWrap = True
- end
- object OKBtn: TButton
- Left = 79
- Top = 102
- Width = 60
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 143
- Top = 102
- Width = 60
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- end
-